home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / General Interest / Whole Earth Catalog⁄stack / background_2761.txt < prev    next >
Text File  |  1987-09-20  |  2KB  |  110 lines

  1. -- background: 2761 from stack: in
  2. -- bmap block id: 3637
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Conference
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=12 top=30 right=112 bottom=362
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 22
  16. -- text size: 12
  17. -- style flags: 256
  18. -- line height: 16
  19. -- part name: theConference
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0007
  25. -- rect: left=12 top=119 right=336 bottom=498
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 22
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: theTopics
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   put the clickloc into here
  37.   put item 2 of here into here
  38.   get the scroll of the target
  39.   add it to here
  40.   get the rect of the target
  41.   put item 2 of it into there
  42.   get the textHeight of the target
  43.   put 1 + (here - there) div it into which
  44.   put line which of bkgnd field "theTopics" into toHere
  45.   if toHere is empty then exit mouseUp
  46.   put offset(":", toHere) into toHere
  47.   put "Topic" & char 1 to (toHere - 1) of line which of bkgnd field "theTopics" into toHere
  48.   visual effect iris open
  49.   go to card toHere of bkgnd "Topic"
  50. end mouseUp
  51.  
  52.  
  53. -- part 3 (button)
  54. -- low flags: 00
  55. -- high flags: 8003
  56. -- rect: left=379 top=30 right=63 bottom=499
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Import File
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   import
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 4 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=377 top=73 right=108 bottom=425
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 14767 / 14767
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: 
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   visual effect zoom open
  87.   go to card "About WELL"
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 5 (button)
  93. -- low flags: 00
  94. -- high flags: 0004
  95. -- rect: left=445 top=78 right=103 bottom=475
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 11045 / 11045
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Home
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual effect iris close
  107.   go Home
  108. end mouseUp
  109.  
  110.